156f7d6158873c751d9222bdf89c50bfd59b05bf,clients/dMap/src/java/ch/usi/da/dmap/thrift/gen/RangeCommand.java,RangeCommandStandardScheme,write,#org.apache.thrift.protocol.TProtocol#RangeCommand#,795
Before Change
oprot.writeFieldBegin(FROMID_FIELD_DESC);
oprot.writeI64(struct.fromid);
oprot.writeFieldEnd();
oprot.writeFieldBegin(TOID_FIELD_DESC);
oprot.writeI64(struct.toid);
oprot.writeFieldEnd();
oprot.writeFieldStop();
oprot.writeStructEnd();
}
After Change
oprot.writeFieldEnd();
}
if (struct.isSetToid()) {
oprot.writeFieldBegin(TOID_FIELD_DESC);
oprot.writeI32(struct.toid);
oprot.writeFieldEnd();
}
if (struct.isSetIdetifier()) {
oprot.writeFieldBegin(IDETIFIER_FIELD_DESC);